@import"reset.css";
@import"grid.css";
@import"forms.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(http://fonts.googleapis.com/css?family=Alex+Brush);
body{
	background:#0b73dd;
	background:url(../images/body-bg.gif) repeat-x 50% 0 #0b73dd;
	font-family: Arial, sans-serif;
	font-size:15px;
	line-height:25px;
	color:#000;
	position:relative;
	min-width:960px;
}
.ic {
	background:#E0FFFF;/*#fff;*/ 
	border:0;
	float:right;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	padding:0;
	overflow:hidden;
}
html,body{height:100%;}
html {min-width:960px;}
/* Global Structure---------------------------------------- */
.main{
	margin:0 auto;
	position:relative;
	width:960px;
	background:url(../images/main-bg.png);
	border-radius:0px;
	padding:0 0 10px 0;
}
.main-indents {
	padding:00px 0;
}
/*----- alignment & clearing -----*/
.fleft{float:left}
.fright{float:right}
.alignright{text-align:right}
.aligncenter{text-align:center}
.alignmiddle *{vertical-align:middle}

.clear{
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:0;
	width:100%;
}

.wrapper{
	overflow:hidden;
	position:relative;
}
.wrapper2{
	overflow:hidden;
	position:relative;
	border-bottom: 1px dotted #000;
	margin-bottom: 40px;
}

.extra-wrap{
	overflow:hidden;
	display:block;
}
/*  Header styles */
h1,h2,h3,h4,h5,h6{
	color:#333;
	padding:0 0 12px 0;
	font-weight:normal;
	font-family: 'Oswald', sans-serif;
	letter-spacing:0px;
	text-transform:uppercase;
}
h1{font-size:36px; line-height:42px;}
h2{font-size:30px; line-height:36px;}
h3{font-size:24px; line-height:30px; padding-left: 62px;} 
h4{font-size:22px; line-height:24px; padding-bottom: 20px; color: #003d88; padding-top: 20px;}  
h5{font-size:18px; line-height:22px;}
h6{font-size:16px; line-height:20px;}

.welcome {
	display:block;
	color:#0043e4;
	font-size:60px;
	line-height:72px;
	letter-spacing:-1px;
	margin:0 0 -20px 0;
	font-family: 'Alex Brush', cursive;
	text-transform:capitalize;
}
.hp-1 {
	padding:0 0 20px 0;
}
h5 span {
	color:#0043e4;
}
/*----- text & typography -----*/
.quote-1 {
	padding:0 0 20px 40px;
	background:url(../images/quotes.png) no-repeat 0 8px;
}
/*----- borders & lines -----*/

/*----- boxes -----*/
.content-box {
	background:#87CEFA;/*#fff;*/
	padding:0px 36px 25px 36px;
	margin:0 10px;
	margin-top: -20px;
}
.img-box {
	display:inline-block;
	padding:3px;
	background:#fff;
	border:1px solid #d9d9d9;
	border-radius:3px;
	margin-bottom:12px;
}
/* Lightbox image */

.lightbox-image{display:inline-block;position:relative;}
a.border{padding:6px;background:#dededa;display:inline-block;}
.lightbox-image img{position:relative;z-index:2;}
.lightbox-image span{position:absolute;width:100%;height:100%;left:0;top:0;background:url(../images/magnify.png) 50% 50% #fff no-repeat;}

/*----- indents -----*/
.img-indent {
	float:right;
	margin:5px 20px 0 0;
}
.img-indent-1 {
	float:left;
	margin:0 20px 0 36px;
}
.img-indent-bot {margin:5px 0 16px 0;}

p {padding:10px; font-size: 14px; padding-left: 0px;}
.p {padding-bottom:25px;}
.p0 {padding-bottom:0 !important;}
.p1 {padding-bottom:30px; padding-right: 10px; padding-left: 62px; font-size: 15px !important;}
.p2 {padding-bottom:14px !important;}
.p3 {padding-bottom:20px !important;}

.a1 {margin:0 10px;}
.a2 {margin:0 46px;}

/*----- lists -----*/
.list-1 {padding:0 0 20px 0;}
.list-1 li {
	display:block;
	padding:0 0 0 20px;
	background:url(../images/list-1-marker.gif) no-repeat 0 10px;
	line-height:25px;
}
	.list-1 li a {
		color:#333;
		font-size:14px;
	}
		.list-1 li a:hover {
			color:#0043e4;
			text-decoration:none;
		}
.list-2 {
	padding:5px 0 20px 0;
}
.list-2 li {
	line-height:22px;
	padding:0 0 18px 0;
}
.list-2 li a {
	display:inline-block;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	line-height:22px;
	color:#0043e4;
	text-transform:uppercase;
	letter-spacing:-1px;
}
	.list-2 li a:hover {
		color:#000;
		text-decoration:none;
	}
/*----- buttons & links -----*/
a {
	color:#0043e4;
	text-decoration: none;
	cursor:pointer;
}
	a:hover {text-decoration: underline;}

.button {
	display:inline-block;
	font-size:18px;
	line-height:22px;
	color:#fff;
	text-decoration:none;
	background:#0043e4;
	padding:7px 20px;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
}
	.button:hover {
		text-decoration:none;
		background:#000;
	}


.link {
	text-decoration: underline;
	color:#ee623a;
	font-weight:bold;
}
	.link:hover {text-decoration: none;}

/*********************************header*************************************/
header{
	position:relative;
	z-index:2;
	width:940px;
	margin:0 auto;
	padding:25px 0 12px;
}

.logo {
	float:left;
	padding:0 !important;
	margin:0 0 0 10px;
}


.logo a {
	position:relative;
	background: url(../images/logo.png) no-repeat 0 0;
	height:100px;
	width:400px;
	overflow:hidden;
	text-indent:-99em;
	display:block;
}

.customer {
	float:right;
	padding:0 !important;
	margin:0 0 0 10px;
	width:300px;
}




/********************** Slider ************************/
.mp-slider .items {display:none;}
.mp-slider {
	width:940px;
	height:392px;
	margin:0 auto;
	position:relative;
	border: 1px solid #333;
}

.mp-prev, .mp-next {
	position:absolute;
	width:30px;
	height:60px;
	bottom:82px;
	z-index:999;
}
.mp-prev {
	left:50px;
	background:url(../images/mp-prev.png);
}
	.mp-prev:hover {
		opacity:0.8;
	}
.mp-next {
	right:50px;
	background:url(../images/mp-next.png);
}
	.mp-next:hover {
		opacity:0.8;
	}

.mp-slider .banner {
	position:absolute;
	left:35px;
	right:35px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	z-index:99 !important;
	top:auto !important;
	bottom:10px !important;
	padding:0;
	text-align:center;
	font-size:50px;
	line-height:50px;
	text-transform:uppercase;
}
	.mp-slider .banner span {
		display:block;
	}
	.mp-slider .banner b {
		color:#ead909;
	}
	.mp-slider .banner .row-1 b {font-weight:normal;}
	.mp-slider .row-1 {
		padding:0;
	}
	.mp-slider .row-2 {
		font-size:80px;
		line-height:90px;
		margin:-5px 0 0 0;
		font-weight:bold;
	}

/********************** Navigation ************************/
nav {
	float:right;
	padding:16px 10px 0 10px;
}

.sf-menu{
	min-height:40px;
	padding:0;
	margin:0;
	float: right;
}
.sf-menu ul{
	position:absolute;
	top:-999em;
	width:185px;
	left:0;
	display:none;
	background:#333;
	float: right;
}
.sf-menu > li{
	position:relative;
	float:left;
	margin:0 1px;
}

.sf-menu > li > a {
	text-decoration:none;
	display:block;
	font-size:15px;
	font-family: Arial;
	line-height:25px;
	font-weight: bold;
	color:#003d88;
	padding:12px 17px 12px; 17px;
	margin-top: 20px;
	background:#7baffe;
	border: 0px solid #5c3597;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	float: right;
}

	.sf-menu > li.current > a, .sf-menu > li:hover > a, .sf-menu > li.sfHover > a {
		color:#fff;
		text-decoration:none;
		background:#003d88;
	border: 0px solid #5c3597;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	}

.sf-menu li:hover ul,.sf-menu li.sfHover ul{top:37px; left:0; z-index:999;}
.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul{top:-999em}
.sf-menu li.current,.sf-menu li:hover,.sf-menu li.sfHover{
	text-decoration:none;
}
.sf-menu li li a{
	display:block;
	margin:0;
	position:relative;
	text-decoration:none;
	font-size:14px;
	line-height:18px;
	color:#fff;
	overflow:hidden;
	padding:5px 5px 5px 15px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current > a{
	color:#333;
	background:#fff;s
}

.sf-menu li li{
	float:none;
	position:relative;
}

.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul{left:186px;top:0;}



/********************** Content ************************/

section#content {
	position:relative; 
	z-index:1;
	padding:30px 0 0 0;
}
.col-1 {
	float:left;
	width:340px;
	margin:0 26px 5px 26px;
	background: #f1f1f1;
	padding: 20px;
	border: 1px solid #ccc;
	box-shadow: 4px 4px 10px 0 #CCC; 
	-moz-box-shadow: 4px 4px 10px 0 #CCC; 
	-webkit-box-shadow: 4px 4px 10px 0 #CCC; 
	
}

.col-1 h5 {text-align: center;}


.col-2 {
	float:left;
	width:268px;
	margin:0;
}

.col-2 h5 {text-align: center;}



.col-3 {
	float:left;
	width:260px;
	margin:0 36px 0 0;
	
}
.col-4 {
	float:left;
	width:568px;
}
.col-5 {
	float:left;
	width:148px;
	margin:0 32px 0 0;
}
.col-6 {
	float:left;
	width:148px;
}
.col-7 {
	float:left;
	width:260px;
	margin:0 40px 20px 0;
}
.col-8 {
	float:left;
	width:562px;
	margin:0 0 60px 0;
}
.col-9 {
	float:left;
	width:580px;
	margin:0 20px 20px 0;
}
.col-10 {
	float:left;
	width:261px;
}
.col-11 {
	float:left;
	width:410px;
	margin:0 40px 0 0;
}
.col-12 {
	float:left;
	width:410px;
}
.contnt-slider section {
	background:#fff !important;
}
.relative {
	position:relative;
}
.cs-prev, .cs-next {
	display:block;
	position:absolute;
	bottom:20px;
	width:17px;
	height:25px;
	z-index:99;
}
	.cs-prev {
		background:url(../images/cs-controls.png) no-repeat 0 0;
		right:24px;
	}
	.cs-next {
		background:url(../images/cs-controls.png) no-repeat right 0;
		right:0;
	}
	.cs-prev:hover, .cs-next:hover {
		opacity:0.7;
	}

.gallery-meta {
	overflow:hidden;
	padding:0 0 20px 0;
}
.gallery-name {
	float:left;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	line-height:22px;
	text-transform:uppercase;
	color:#333;
	max-width:70%;
}
	.gallery-name:hover {
		text-decoration:none;
		color:#0043e4;
	}
.capacity {
	float:right;
	max-width:30%;
}
.map_container {
	padding:0 0 20px 0;
}
.map_container iframe {
	width:410px;
	height:376px;
	border:none;
	margin:0;
}
.adress {padding:0 0 40px 0;}
.adress .dt {
	display:block;
	font-weight:normal;
	float:left;
	color:#333;
	letter-spacing:-1px;
	font-size:12px;
	line-height:18px;
	width:180px;
	margin:0 40px 0 0;
	font-size:18px;
	line-height:30px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
}
.adress .dd {
	font-size:14px;
	line-height:25px;
	color:#333;
	overflow:hidden;
}
.adress .dd a {
	color:#333;
}


/******************** Footer ******************/
footer {
	color:#FFF;
	font-size:12px;
	overflow:hidden;
	padding:20px 20px 80px 20px;
	background:url(../images/footer.gif) repeat-x 50% 0 #0051ac;
	margin:0 10px;
}
	footer a {
		color:#fff;
	}
	
	footer a:hover {
		color:#fff;
		text-decoration: none;
		border-bottom: 1px dotted #fff;
	}

	.copyright {
		float:left;
	}

	.social-list {
		float:right;
	}
		.social-list li {
			float:left;
			margin:0 0 0 10px;
		}
		.social-list li a:hover img {
			opacity:0.8;
		}
		
/* Calendar styles */


.fc {
	direction: ltr;
	text-align: left;
	padding:30px 0 0 0;
	position:relative;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
html .fc,
.fc table {
	font-size: 1em;
	}
	
.fc td,
.fc th {
	padding: 0;
	vertical-align: top;
	}



/* Header
------------------------------------------------------------------------*/

.fc-header td {
	white-space: nowrap;
	background:#0043e4;
	}

.fc-header-left {
	width: 100%;
	text-align: left;
	}
	
.fc-header-center {
	text-align: center;
	}
	
.fc-header-right {
	text-align: right;
	}
	
.fc-header-title {
	display:block;
	vertical-align: top;
	padding:0;
	text-align:center;
	}
	
.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	color:#fff;
	padding:0;
	font-size:18px;
	line-height:36px;
	height:36px;
	}
	
.fc .fc-header-space {
	padding-left: 0;
	}
	

	
.fc-header .fc-corner-right {
	margin-right: 1px; /* back to normal */
	}
	
.fc-header .ui-corner-right {
	margin-right: 0; /* back to normal */
	}
	
/* button layering (for border precedence) */
	
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
	z-index: 2;
	}
	
.fc-header .fc-state-down {
	z-index: 3;
	}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
	z-index: 4;
	}
	
.fc-button-next {
	position:absolute;
	right:9px;
	top:39px;
	width:12px;
	height:18px;
	font-size:0;
	line-height:0;
	border:none;
	background:url(../images/calendar-next.png) no-repeat 0 0;
	cursor:pointer;
}
.fc-button-prev {
	position:absolute;
	left:9px;
	top:39px;
	width:12px;
	height:18px;
	font-size:0;
	line-height:0;
	border:none;
	background:url(../images/calendar-prev.png) no-repeat 0 0;
	cursor:pointer;
}
.fc-button-next:hover, .fc-button-prev:hover {
	opacity:0.7;
}
	
/* Content
------------------------------------------------------------------------*/
	
.fc-content {
	clear: both;
	}
	
.fc-view {
	width: 100%; /* needed for view switching (when view is absolute) */
	overflow: hidden;
	}
	
	

/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header {
	background:#000;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	text-decoration:none;
	font-weight:normal;
	text-align:center;
	line-height:36px;
	height:36px;
	text-transform:uppercase;
}    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #c4ccc6;
	background:#fff;
	height:119px;
	}
.fc-other-month {
	background:none;
}
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
	background: #ffc;
	}
	
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #9cf;
	opacity: .2;
	filter: alpha(opacity=20); /* for IE */
	}
	


/* Buttons
------------------------------------------------------------------------*/

.fc-button {
	display: inline-block;
	cursor: pointer;
	}
	

	
.fc-button-inner {
	position: relative;
	float: left;
	overflow: hidden;
	}
	
	
.fc-button-content {
	position: relative;
	float: left;
	white-space: nowrap;
	text-transform:capitalize;
	font-size:14px;
	}

.fc-button-today {
	position:absolute;
	left:0;
	top:0;
	background:none;
	color:#333;
	font-size:14px;
}
	.fc-button-today:hover {
		color:#0043e4 !important;
	}
/* icon (for jquery ui) */
	

	

	

	

	
/* button states (determines colors)  */
	
.fc-state-default,
.fc-state-default .fc-button-inner {
	color: #333;
	}
	
.fc-state-hover,
.fc-state-hover .fc-button-inner {
	border-color: #333;
	}
	

	
.fc-state-disabled,
.fc-state-disabled .fc-button-inner {
	color: #333;
	border:none;
	padding:0;
	}
	
.fc-state-disabled {
	cursor: default;
	}
	
.fc-state-disabled .fc-button-effect {
	display: none;
	}
	
	

/* Global Event Styles
------------------------------------------------------------------------*/
	 
.fc-event {
	border-style: solid;
	border-width: 0;
	font-size: .85em;
	cursor: default;
	}
	
a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}
	
a.fc-event {
	text-decoration: none;
	}
	
.fc-rtl .fc-event {
	text-align: right;
	}
	
.fc-event-skin {
	border:none;    /* default BORDER color */
	background: none; /* default BACKGROUND color */
	color: #333;            /* default TEXT color */
	font-size:12px;
	line-height:18px;
	padding:0 0 0 2px;
	}
	
.fc-event-inner {
	position: relative;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 0;
	overflow: hidden;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}
	
.fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anymore, change class ***/
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	margin-bottom: 1px;
	}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}
	
	
	
/* Fake Rounded Corners (for buttons and events)
------------------------------------------------------------*/
	
.fc-corner-left {
	margin-left: 1px;
	}
	
.fc-corner-left .fc-button-inner,
.fc-corner-left .fc-event-inner {
	margin-left: -1px;
	}
	
.fc-corner-right {
	margin-right: 1px;
	}
	
.fc-corner-right .fc-button-inner,
.fc-corner-right .fc-event-inner {
	margin-right: -1px;
	}
	
.fc-corner-top {
	margin-top: 1px;
	}
	
.fc-corner-top .fc-event-inner {
	margin-top: -1px;
	}
	
.fc-corner-bottom {
	margin-bottom: 1px;
	}
	
.fc-corner-bottom .fc-event-inner {
	margin-bottom: -1px;
	}
	
	
	

	
/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
	border-collapse: separate;
	}
	
.fc-border-separate th,
.fc-border-separate td {
	border-width: 1px 0 0 1px;
	}
	
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
	border-right-width: 1px;
	}
	
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
	}
	
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
	}
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
	text-align: center;
	}
	
.fc-grid .fc-day-number {
	float: left;
	color:#000;
	padding: 5px;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
	

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
	border-collapse: separate;
	}
	
.fc-agenda-days th {
	text-align: center;
	}
	
.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
	}
	
/* make axis border take precedence */
	
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
	}
	
.fc-agenda-days .fc-col0 {
	border-left-width: 0;
	}
	
/* all-day area */
	
.fc-agenda-allday th {
	border-width: 0 1px;
	}
	
.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
	}
	
/* divider (between all-day and slots) */
	
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
	}
	
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
	}
	
/* slot rows */
	
.fc-agenda-slots th {
	border-width: 1px 1px 0;
	}
	
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
	}
	
.fc-agenda-slots td div {
	height: 20px;
	}
	
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
	}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid; /* doesn't work with background in IE6/7 */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}
	
.fc-event-vert .fc-event-head,
.fc-event-vert .fc-event-content {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	}
	
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
	}
	
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	filter: alpha(opacity=30);
	}
	
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}
	
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
	_overflow: hidden;
	}
	
.bor {border: 1px solid #ccc; margin: 5px; float: right; padding: 5px;}



/* TARIFF TABLE */

.TblContainer {width:800px; height:1500px; font-family:Arial,Helvetica,sans-serif; border:0px solid #CCCCCC;}
.Row {margin-top:0px;}
.cellheadleft {font-family:Arial,Helvetica,sans-serif; font-size:18px; color:#FFF; font-weight: bold; float:left; text-align:center; width:500px; height: 40px; padding: 15px 10px 0px 10px; border:1px solid #005eae; background-image:url('../images/cellbg.gif'); background-repeat:repeat-x; margin-top: -5px; margin-bottom: -6px; }
.cellheadright {font-family:Arial,Helvetica,sans-serif; font-size:18px; color:#FFF; font-weight: bold; float:left; text-align:center; width:240px; padding: 15px 10px 0px 10px; height: 40px; border:1px solid #005eae; background-image:url('../images/cellbg.gif'); background-repeat:repeat-x; margin-top: -5px; margin-bottom: -6px; margin-left: -1px; }
.cellleft1 {font-family:Arial,Helvetica,sans-serif; font-size:15px; font-weight: normal; color:#1a1a1a; background-color:#FFF; border:1px solid #005eae; float:left; text-align:left; width:500px; padding: 10px 10px 10px 10px; height: 20px; margin-top: -1px;  margin-bottom: -1px;}
.cellright1 {font-family:Arial,Helvetica,sans-serif; font-size:15px; font-weight: normal; color:#1a1a1a; background-color:#FFF; border:1px solid #005eae; float:left; text-align:right; width:150px; padding: 10px 100px 10px 10px; height: 20px; margin-top: -1px;  margin-left: -1px; margin-bottom: -1px;}
.cellleft2 {font-family:Arial,Helvetica,sans-serif; font-size:15px; font-weight: normal; color:#1a1a1a; background-color:#d7e7ff; border:1px solid #005eae; float:left; text-align:left; width:500px; padding: 10px 10px 10px 10px; height: 20px;}
.cellright2 {font-family:Arial,Helvetica,sans-serif; font-size:15px; font-weight: normal; color:#1a1a1a; background-color:#d7e7ff; border:1px solid #005eae; float:left; text-align:right; width:150px; padding: 10px 100px 10px 10px; height: 20px; margin-left: -1px; }

.clientcellhead {font-family:Arial,Helvetica,sans-serif; font-size:18px; color:#FFF; font-weight: bold; float:left; text-align:center; width:840px; height: 40px; padding: 15px 10px 0px 10px; border:1px solid #005eae; background-image:url('../images/cellbg.gif'); background-repeat:repeat-x; margin-top: -5px; margin-bottom: -6px; }
.clientcell1 {font-family:Arial,Helvetica,sans-serif; font-size:15px; font-weight: normal; color:#1a1a1a; background-color:#FFF; border:1px solid #005eae; float:left; text-align:left; width:840px; padding: 10px 10px 10px 10px; height: 20px; margin-top: -1px;  margin-bottom: -1px;}
.clientcell2 {font-family:Arial,Helvetica,sans-serif; font-size:15px; font-weight: normal; color:#1a1a1a; background-color:#d7e7ff; border:1px solid #005eae; float:left; text-align:left; width:840px; padding: 10px 10px 10px 10px; height: 20px;}

.vehiclecellhead {font-family:Arial,Helvetica,sans-serif; font-size:18px; color:#FFF; font-weight: bold; float:left; text-align:center; width:837px; height: 40px; padding: 15px 10px 0px 10px; border:1px solid #005eae; background-image:url('../images/cellbg.gif'); background-repeat:repeat-x; margin-top: -5px; margin-bottom: -6px; }
.vehiclecell {font-family:Arial,Helvetica,sans-serif; font-size:15px; font-weight: normal; color:#1a1a1a; background-color:#FFF; border:1px solid #005eae; float:left; text-align:left; width:265px; height: 120px; padding: 10px 10px 10px 10px; margin-top: -1px;  margin-bottom: -1px; margin-right: -1px;}
.vehiclecelllast {font-family:Arial,Helvetica,sans-serif; font-size:15px; font-weight: normal; color:#1a1a1a; background-color:#FFF; border:1px solid #005eae; float:left; text-align:left; width:265px; height: 120px; padding: 10px 10px 10px 10px; margin-top: -1px; margin-right: -1px;}




.cellvehicle {font-family:Arial,Helvetica,sans-serif; font-size:18px; font-weight: bold; color:#1a1a1a; background-color:#FFF; border:1px solid #005eae; border-right:0px solid #005eae; float:left; text-align:left; width:500px; padding: 10px 10px 10px 10px; height: 25px;}
.cellseat {font-family:Arial,Helvetica,sans-serif; font-size:18px; font-weight: bold; color:#1a1a1a; background-color:#FFF; border:1px solid #005eae; border-left:0px solid #005eae; float:left; text-align:right; width:251px; padding: 10px 10px 10px 0px; height: 25px; margin-left: -1px; }
.driver {font-family: Arial,Helvetica,sans-serif; font-size:12px; font-weight: bold; color:#1a1a1a;}
.print {text-align: center; margin-top: 10px;}




.bor {border: 1px solid #ccc; margin: 5px; float: right; padding: 5px;}






.mainhead {
width: 940px;
height: auto;
background: #FFF;
float: left;
}


.head1 {
width: 940px;
float: left;
}

.head2 {
width: 940px;
height: auto;
float: left;
background: #0051ac;
background:url(../images/menu-bg.gif) repeat-x 50% 0 #0051ac;
}



/* MENUS */

ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 0px 4px 17px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
ul li {
  font: bold 15px/18px sans-serif;
  color: #fff;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 28px;
  background: #004892;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background:url(../images/menu-bg.gif) repeat-x 50% 0 #0051ac;

}


ul li a {
  font: bold 15px/18px sans-serif;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}


ul li:hover {
  background: #0d6aca;
  color: #fff;
}

ul li:current {
  background: #0d6aca;
  color: #fff;
}


ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 170px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul li ul li { 
  font: normal 12px/18px sans-serif;
  background: #0d6aca; 
  display: block; 
  color: #fff;
  padding: 10px 15px;
  text-shadow: 0 -1px 0 #000;
}

ul li ul li a {
  font: bold 12px/18px sans-serif;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}


ul li ul li:hover { background: #005ec0; text-decoration: none;}
ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}


hr {
  border-top: 1px dotted #9b9b9b;
  background-color: #fff;
  height: 0px;
  width:100%;
}

.submitbutton {
	font-family: Arial, sans-serif;
	font-size:15px;
	line-height:25px;
	color:#000;
	position:relative;
	text-align: center;
	}
	
.imgbor {
	padding:5px;
	background:#fff;
	border:1px solid #d9d9d9;
	border-radius:0px;
	margin: 5px;
	margin-bottom:12px;
	float: right;
}

.imgborhome {
	padding:5px;
	background:#fff;
	border:1px solid #d9d9d9;
	border-radius:0px;
	margin: 5px;
	margin-bottom:12px;
}